object AbortMsgForm: TAbortMsgForm Left = 270 Top = 113 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'File Not Found...' ClientHeight = 333 ClientWidth = 476 Color = clSilver Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [fsBold] PixelsPerInch = 120 Position = poScreenCenter Scaled = False OnCreate = AbortMsgFormOnCreate OnShow = FormShow TextHeight = 19 object Bevel1: TBevel Left = 9 Top = 8 Width = 457 Height = 273 Shape = bsFrame Style = bsRaised end object Label1: TLabel Left = 70 Top = 24 Width = 336 Height = 57 Alignment = taCenter Caption = 'The "pLawData" database was not found. This can happen if you m' + 'ove or delete any needed files after installing the program.' WordWrap = True end object Label2: TLabel Left = 39 Top = 112 Width = 397 Height = 57 Alignment = taCenter Caption = 'The best (and safest) solution to this problem, is to reinstall ' + 'the program from the original CD-ROM disc. Simply run "SETUP.EX' + 'E" from the CD.' WordWrap = True end object Label3: TLabel Left = 38 Top = 200 Width = 400 Height = 19 Caption = 'The program will close when you click "OK" below.' end object Label4: TLabel Left = 21 Top = 248 Width = 434 Height = 21 Caption = 'Please reinstall the program before using it again.' Font.Color = clRed Font.Height = -18 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Button1: TButton Left = 200 Top = 292 Width = 75 Height = 33 Caption = 'OK' Default = True Font.Color = clBlack Font.Height = -18 Font.Name = 'Arial' Font.Style = [fsBold] ModalResult = 3 ParentFont = False TabOrder = 0 end end